home *** CD-ROM | disk | FTP | other *** search
- GeneralTextInspector = {
- ACTIONS = {
- changeBgGray:;
- changeBorderType:;
- changeTextColor:;
- changeBgColor:;
- changeAlignment:;
- changeTextGray:;
- };
- OUTLETS = {
- alignmentMatrix;
- bgGrayMatrix;
- borderTypeMatrix;
- colorWell;
- bgColorWell;
- textGrayMatrix;
- };
- SUPERCLASS = Inspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Inspector = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- slist;
- panel;
- controller;
- graphicView;
- selectedGraphic;
- };
- SUPERCLASS = Object;
- };
-